type github.com/robfig/cron/v3.bounds

11 uses

	github.com/robfig/cron/v3 (current package)
		parser.go#L123: 	field := func(field string, r bounds) uint64 {
		parser.go#L236: func getField(field string, r bounds) (uint64, error) {
		parser.go#L252: func getRange(expr string, r bounds) (uint64, error) {
		parser.go#L360: func all(r bounds) uint64 {
		spec.go#L15: type bounds struct {
		spec.go#L22: 	seconds = bounds{0, 59, nil}
		spec.go#L23: 	minutes = bounds{0, 59, nil}
		spec.go#L24: 	hours   = bounds{0, 23, nil}
		spec.go#L25: 	dom     = bounds{1, 31, nil}
		spec.go#L26: 	months  = bounds{1, 12, map[string]uint{
		spec.go#L40: 	dow = bounds{0, 6, map[string]uint{